home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / mui / MCC_Busy2_2.lha / MCC_Busy / Docs / english / Busy.mcc.doc next >
Text File  |  1996-10-26  |  5KB  |  170 lines

  1. Busy.mcc 2.2 - Documentation
  2. ****************************
  3.  
  4. Copyright
  5. *********
  6.  
  7.    Busy.mcc (C) 1994-96 kMel, Klaus Melchior
  8.  
  9.    This data is freely distributable, but copyrighted by me. This means
  10. you may freely copy them as long as you do not charge more than a
  11. nominal fee for copying. This data may be put on PD disks, especially
  12. on Fred Fish's AmigaLibDisks and Fred's CDROMs. If you want to
  13. distribute the data you MUST keep this document with it. All documents,
  14. programms and files must be distributed in their original unmodified
  15. form.
  16.  
  17.    This files cannot be used for commercial purposes without written
  18. permission by the author, this applies also on ShareWare. The author
  19. can not be made responsible for any damage which is caused by using
  20. these programs.
  21.  
  22.  
  23. -----------------------------------------------------------------------
  24. This class is GiftWare. If you like it and use it regularly, you should
  25. consider to send a small donation to the author in order to honor the
  26. work he has put into this program.
  27.  
  28.    If you are using this class in your commercial or Shareware
  29. applications you have to contact me before you do any way of
  30. distribution.
  31. -----------------------------------------------------------------------
  32.  
  33.    I'm interesting in who is using my class in own programs, so don't be
  34. hesitate to contact me.
  35.  
  36.    Send comments, suggestions or bug reports, and the gifts to:
  37.  
  38.      Klaus Melchior, Schulstrasse 17
  39.      D-52156 Monschau, Germany
  40.      Phone: +49 (0)2472 4710
  41.      
  42.      DE:   kmel@eifel.oche.de
  43.      BIG:  kmel@et1.etechnik.fh-aachen.de
  44.      FIDO: 2:242/158.2@fidonet
  45.  
  46. What is Busy.mcc?
  47. *****************
  48.  
  49.    Busy is a Custom Class of the Magic User Interface (c) by Stefan
  50. Stuntz. It's a subclass of area-class, which allocates inputhandlers
  51. and pens with MUI.
  52.  
  53.    The idea of this class was born if I was trying the search functions
  54. on a MAC system. If the search is spending a lot of time a striped
  55. scrolling rectangle is shown, to display the activity of the machine.
  56.  
  57.    The style and speed can be defined by user, but the programmer
  58. decides if the speed is copied, overwitten or set to null, the BusyBar
  59. is moved manually.
  60.  
  61. What you need !
  62. ***************
  63.  
  64.    - MUI >= 3.2 (Version 13)
  65.  
  66.    - Crawling.mcc for preferences
  67.  
  68. How to install!
  69. ***************
  70.  
  71.      copy Busy/Libs/MUI/#? MUI:Libs/MUI/
  72.      
  73.      copy Busy/Developer/AutoDocs/MCC_Busy.doc AutoDocs:
  74.      copy Busy/Developer/Include/MUI/Busy_mcc.h Include:MUI/
  75.      
  76.      copy Busy/Developer/Amiga-E/#? <AmigaEPath>
  77.      copy Busy/Developer/Modula/#? <ModulaPath>
  78.      copy Busy/Developer/Oberon/#? <OberonPath>
  79.  
  80.    Or simpler: Use the installer script!
  81.  
  82. History of Listtree.mcc
  83. ***********************
  84.  
  85.       0.1  28.04.94  * first beta release to [ss]
  86.      
  87.            14.05.94  + new beta version of MUI
  88.       0.2            * second release to [ss]
  89.                      + max. width, max. height removed
  90.      
  91.       1.0  16.06.94  * release for MUI 2.1
  92.      
  93.            16.07.94  + drawing during dispatcher method removed [fg]
  94.      
  95.       1.1  06.08.94  * release for MUI 2.2
  96.      
  97.       ...  ........  > Busy.mcc, Busy.mcp
  98.                      < source removed
  99.                      + several styles
  100.      
  101.       1.5  14.01.96  * beta to several people, MUI3.2
  102.      
  103.                      - bugfixes Surfer-A1200 [cd] [ow]
  104.      
  105.            19.02.96  - MUIA_Busy_Position removed
  106.                      - bugfix in _Dispose() [ss]
  107.      
  108.            20.02.96  + Oberon includes changed [fd]
  109.                      > Oberon example included [fd]
  110.      
  111.       2.0  21.02.96  * release to aminet, MUI3.3
  112.      
  113.            23.03.96  > E includes added [js]
  114.      
  115.            29.03.96  + prefs: shortcut renamed [gj]
  116.                      + prefs: some hotkeys added
  117.      
  118.            xx.xx.96  * release MUI3.6
  119.      
  120.            03.09.96  + MUIA_Version, MUIA_Revision
  121.      
  122.            12.09.96  + adapted to new archive structure
  123.       2.1            * release to aminet
  124.      
  125.            26.10.96  + ability to stop animation [reflex]
  126.                      + icons
  127.                      + installer script
  128.       2.2            * release to aminet
  129.  
  130. What is to do in future?
  131. ************************
  132.  
  133.    - Localization
  134.  
  135. Thanks are going to ...
  136. ***********************
  137.  
  138.    - Stefan Stuntz for his Magic User Interface
  139.  
  140.    - Olaf Peters for the help with Modula2
  141.  
  142.    - Frank Duerring for the help with Oberon and his example source
  143.  
  144.    - Jan Hendrik Schulz for his help with the E Interface
  145.  
  146.    - Ruediger Sopp, Oliver Wagner, Christoph Dietz, Gottfried Janik
  147.  
  148.    - and all I forgot to mention ...
  149.  
  150. Index
  151. *****
  152.  
  153.  
  154.  
  155.  Authors address                        Copyright
  156.  Bug reports                            Copyright
  157.  Comments                               Copyright
  158.  Copyright                              Copyright
  159.  Credits                                Credits
  160.  Description                            Description
  161.  Distribution                           Copyright
  162.  E-Mail                                 Copyright
  163.  GiftWare                               Copyright
  164.  History                                History
  165.  Installation                           Installation
  166.  Requirements                           Requirements
  167.  Thanks                                 Credits
  168.  ToDo                                   ToDo
  169.  
  170.